CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - k-mean clustering

搜索资源列表

  1. MyKmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。 缺点:产生类的大小相差不会很大,对于脏数据很敏感。 改进的算法:k—medoids 方法。这儿选取一个对象叫做mediod来代替上面的中心 的作用,这样的一个medoid就标识了这个类。步骤: 1,任意选取K个对象作为medoids(O1,O2,…Oi…Ok)。 以下是循环的: 2,将余下的对象分到各个类中去(根据与medoid最相近的原则); 3,对于每个类(Oi)
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1378
    • 提供者:阿兜
  1. cmeans

    0下载:
  2. 实现聚类K均值算法: K均值算法:给定类的个数K,将n个对象分到K个类中去,使得类内对象之间的相似性最大,而类之间的相似性最小。-achieving K-mean clustering algorithms : K-means algorithm : given the number of Class K, n objects assigned K to 000 category, making such objects within the similarity between the lar
  3. 所属分类:matlab例程

    • 发布日期:2008-10-13
    • 文件大小:1408
    • 提供者:yili
  1. clustering

    0下载:
  2. 一个聚类算法用K-mean处理后迭代,论文发表在PAK
  3. 所属分类:人工智能/神经网络/遗传算法

    • 发布日期:2014-01-17
    • 文件大小:2458709
    • 提供者:杜亮
  1. MeanShiftCluster.zip

    0下载:
  2. Mean shift clustering. K means clustering.,Mean shift clustering. K means clustering.
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-03-30
    • 文件大小:2125
    • 提供者:Ezekiel
  1. kmeans-image-segmentation

    1下载:
  2. K-meansK均值聚类在无监督的情况下选择图像特征的算法-K-meansK means clustering in the case of unsupervised image feature selection algorithm
  3. 所属分类:Special Effects

    • 发布日期:2015-10-18
    • 文件大小:46288
    • 提供者:renli
  1. kmeans

    0下载:
  2. 改进的k-means方法,对聚类的实例节能型加权 少数类多数类的函数-Improved k-means method for clustering a small number of examples of energy-saving type of weighted majority of types of function
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:9006
    • 提供者:zhangwen0927
  1. kcluster

    0下载:
  2. 一种基于软划分方法的聚类方法——模糊k均值法聚类分析。-A division of methods based on soft clustering method- fuzzy k-means cluster analysis.
  3. 所属分类:matlab

    • 发布日期:2017-04-11
    • 文件大小:1312
    • 提供者:wyl
  1. GA1E1

    2下载:
  2. 用K均值和遗传算法实现了半监督聚类算法,这是个一个已经发表的论文的源程序-Using K-means and genetic algorithm to achieve a semi-supervised clustering algorithm, this is a paper published source
  3. 所属分类:Console

    • 发布日期:2016-08-10
    • 文件大小:4153129
    • 提供者:张帅
  1. kmeans

    1下载:
  2. 程序很好的实现了k均值的聚类,我已经使使用过,效果非常好,很好用-Program achieved a very good k mean clustering, I have so used, the effect is very good, very good use
  3. 所属分类:Special Effects

    • 发布日期:2017-04-02
    • 文件大小:1447
    • 提供者:赵红丽
  1. km

    0下载:
  2. /K mean clustering algo
  3. 所属分类:Mathimatics-Numerical algorithms

    • 发布日期:2017-04-11
    • 文件大小:983
    • 提供者:noni
  1. engdemo

    0下载:
  2. the classic pattern recognition algorithms, dynamic clustering algorithm k mean using Matlab programming, as well as classification of the class analysis
  3. 所属分类:Data structs

    • 发布日期:2017-04-07
    • 文件大小:1712
    • 提供者:jntu
  1. Detection-of-viruses-in-tomatoes-leaf-based-on-K-

    0下载:
  2. Detection of viruses in tomatoes leaf based on K-Mean clustering algorithm
  3. 所属分类:Development Research

    • 发布日期:2017-05-17
    • 文件大小:4571016
    • 提供者:mokhtar
  1. K

    0下载:
  2. K-MEANS聚类分析,用于实现目标识别效果~识别率较高~-K-MEAN Clustering analysis, used to achieve the target recognition effect ~ recognition rate is higher
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-04
    • 文件大小:243178
    • 提供者:zhangjun
  1. Kmeans

    0下载:
  2. 对已知数据进行k均值聚类,数据保存在txt文件(K mean clustering for known data)
  3. 所属分类:其他

    • 发布日期:2017-12-28
    • 文件大小:2048
    • 提供者:fairy0_0
  1. irisdatasetclustering

    0下载:
  2. IRIS DATA SET CLUSTERING IN MATLAB
  3. 所属分类:matlab例程

    • 发布日期:2018-01-06
    • 文件大小:1112064
    • 提供者:arjun2114
  1. RBF-k均值聚类

    1下载:
  2. RBF(径向基神经网络)网络是一种重要的神经网络,RBF网络的训练分为两步,第一步是通过聚类算法得到初始的权值,第二步是根据训练数据训练网络的权值。RBF权值的初始聚类方法较为复杂,比较简单的有K均值聚类,复杂的有遗传聚类,蚁群聚类等,这个RBF网络的程序是基于K均值聚类的RBF代码。(RBF (radial basis function network) is an important neural network. The training of RBF network is divided
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-01-10
    • 文件大小:6144
    • 提供者:老外
  1. k-means程序

    0下载:
  2. 介绍了k-means 均值聚类,能很好的将离散的点,聚类成几个指定的聚合点。(The K-means mean clustering is introduced, and the discrete points can be well clustered into several designated aggregation points.)
  3. 所属分类:其他

    • 发布日期:2018-04-29
    • 文件大小:2048
    • 提供者:asq109
  1. K-means

    0下载:
  2. K-means聚类算法的matlab实现(k-means clustering is a method of vector quantization, originally from signal processing, that is popular for cluster analysis in data mining. k-means clustering aims to partition n observations into k clusters in which each obse
  3. 所属分类:matlab例程

    • 发布日期:2018-05-03
    • 文件大小:1024
    • 提供者:invoker`Z
  1. Kmeans

    0下载:
  2. 可以实现K均值聚类的MATLAB程序。但是有点小问题。(The MATLAB program of K mean clustering can be realized.)
  3. 所属分类:人工智能/神经网络/深度学习

    • 发布日期:2018-05-06
    • 文件大小:16384
    • 提供者:southpole
  1. 49779421k-mean

    0下载:
  2. k均值聚类程序,虽然matlab中也有自带的,但是这个速度不错。(K mean clustering program, although matlab also has its own, but this speed is good.)
  3. 所属分类:其他小程序

    • 发布日期:2018-11-07
    • 文件大小:1370
    • 提供者:xx123123123123
« 1 2 3 45 6 7 8 9 10 »
搜珍网 www.dssz.com